.bs-slider{overflow: hidden;max-height: 700px;position: relative;background: #fff;}
.bs-slider:hover {cursor: -moz-grab;cursor: -webkit-grab;}
.bs-slider:active {cursor: -moz-grabbing;cursor: -webkit-grabbing;}
.bs-slider .bs-slider-overlay { position: absolute; top: 0; left: 0;width: 100%;height: 100%; background-color: rgba(0, 0, 0, 0);}
.bs-slider .bs-slider-overlay a{display: block;width: 100%;height: 100%; background-color: rgba(0, 0, 0, 0);}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {margin: auto;width: 100% !important;}

/********************
*****Slide effect
**********************/

/*---------- 左右箭头  ----------*/
.control-round .carousel-control {top: 47%;opacity: 0;width: 45px;height: 45px;z-index: 100;color: #ffffff;display: block;font-size: 24px;cursor: pointer;overflow: hidden;line-height: 43px; text-shadow: none;position: absolute;font-weight: normal; background: transparent; -webkit-border-radius: 100px; border-radius: 100px;text-align: center;}
.control-round:hover .carousel-control{opacity: 1;}
.control-round .carousel-control.left {left: 1%;}
.control-round .carousel-control.right {right: 1%;}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{color: #fff; background: rgba(0, 0, 0, 0.5);border: 0px transparent;}
.control-round .carousel-control.left>span:nth-child(1){left: 45%;}
.control-round .carousel-control.right>span:nth-child(1){right: 45%;}


/*---------- 底部按钮 ----------*/
.indicators-line > .carousel-indicators{ position: absolute; z-index:10; right: 0%; bottom: 7%; left: auto;width: 100%; height: 25px;font-size: 0; overflow-x: auto; text-align:center; overflow-y: hidden; padding-left: 10px; padding-right: 10px; padding-top: 1px; white-space: nowrap;}
.indicators-line > .carousel-indicators li{width: 30px; height: 2px;display: inline-block; padding: 0;  text-indent: 0; overflow: hidden; text-align: left;
position: relative; letter-spacing: 1px;background: rgb(255, 255, 255); -webkit-font-smoothing: antialiased;  margin:2px 10px; -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99); transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);z-index: 10;cursor:pointer;}
.indicators-line > .carousel-indicators li:last-child{ margin:2px 10px;}
.indicators-line > .carousel-indicators .active{ width: 50px; height: 2px;  background-color: #f6a218; position: relative; 
	 margin:2px 10px;}
.indicators-line > .carousel-indicators .active:before{ transform: scale(0.5); background-color: #fff; content:""; position: absolute; left:-1px; top:-1px; width:15px; height: 15px;  border-radius: 50%; -webkit-transition: background-color 0.3s ease; -moz-transition: background-color 0.3s ease; -o-transition: background-color 0.3s ease; transition: background-color 0.3s ease;}


/********************
*****Slide animation
**********************/

/*========== 缩放 ==========*/
@-webkit-keyframes scale{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes scale{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);transform:scale(1)}
}
.fade {opacity: 1;}
.fade .item { top: 0; z-index: 1; opacity: 0; width: 100%; position: absolute; left: 0 !important; display: block !important; -webkit-transition: opacity ease-in-out 2s; -moz-transition: opacity ease-in-out 2s; -ms-transition: opacity ease-in-out 2s; -o-transition: opacity ease-in-out 2s; transition: opacity ease-in-out 2s;}
.fade .item:first-child {top: auto;position: relative;}
.fade .item.active { opacity: 1; z-index: 2; -webkit-transition: opacity ease-in-out 2s; -moz-transition: opacity ease-in-out 2s; -ms-transition: opacity ease-in-out 2s; -o-transition: opacity ease-in-out 2s;transition: opacity ease-in-out 2s;}
.slide-image{-webkit-animation:scale 10s linear infinite;animation:scale 10s linear infinite;}
/*========== banner动画1 ==========*/



/*---------- 动画内容 ----------*/
.slide_style_left { text-align: left !important;}
.slide_style_right {text-align: right !important;}
.slide_style_center {text-align: center !important;}

.slide-text { top: 35%; width: 1400px; margin: 0px auto; left: 0;  right: 0; z-index: 8;  padding: 0px 20px; position: absolute; text-align: left;
text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);}

.slide-text > h1 {  padding: 0;color: #ffffff; font-size: 60px;line-height: 60px;font-weight: 600;margin-bottom: 30px;letter-spacing: 1px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text .slide_p1{ padding: 0;color: #ffffff; font-size: 36px;line-height: 30px;font-weight: 300;margin-bottom: 40px;letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text .slide_p2{ padding: 0;color: #ffffff; font-size: 20px;line-height: 30px;font-weight: 300;margin-bottom: 20px;letter-spacing: 1px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slide-text > a.btn-more{ display:inline-block; color: #ffffff;background: #1A58AB; font-weight: 400;font-size: 16px; line-height: 15px; z-index: 99; margin-right: 10px; text-align: center; padding: 13px 30px 13px 30px;white-space: nowrap;letter-spacing: 1px; border: none;text-transform: uppercase;-webkit-animation-delay: 2s; animation-delay: 2s; -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in; }
.slide-text > a:hover,
.slide-text > a:active { color: #ffffff; background: #003468; padding: 13px 50px 13px 50px;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in; 
}



/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width: 1440px) {

.slide-text { top: 35%; width: 1200px; }
.slide-text > h1 {font-size: 40px;line-height: 40px;margin-bottom: 30px;}
.slide-text .slide_p1{font-size: 30px;line-height: 30px;margin-bottom: 20px;}
.slide-text .slide_p2{font-size: 20px;line-height: 30px;margin-bottom: 20px;}
.slide-text > a.btn-more{font-size: 13px; line-height: 15px; z-index: 99; margin-right: 10px; text-align: center; padding: 13px 30px 13px 30px;}
	.slide-text > a.btn-moreqp{width: 100%; height: 100%; background: #000; display: block;}
}

@media (max-width: 1200px) {

.slide-text { top: 25%; width: 100%; padding: 0px 60px; }
.slide-text > h1 {font-size: 30px;line-height: 40px;margin-bottom: 10px;}
.slide-text .slide_p1{font-size: 18px;line-height: 30px;margin-bottom: 10px;}
.slide-text .slide_p2{font-size: 18px;line-height: 30px;margin-bottom: 10px;}
.slide-text > a.btn-more{font-size: 12px; line-height: 15px; z-index: 99; margin-right: 10px; text-align: center; padding: 10px 20px 10px 20px;}
	
}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 992px) {

.slide-text { top: 25%; width: 100%; padding: 0px 60px; }
.slide-text > h1 {font-size: 22px;line-height: 30px;margin-bottom: 10px;}
.slide-text .slide_p1{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.slide-text .slide_p2{font-size: 14px;line-height:inherit;margin-bottom: 10px;}
.slide-text > a.btn-more{font-size: 12px; line-height: 15px; z-index: 99; margin-right: 10px; text-align: center; padding: 10px 20px 10px 20px;}
	
.control-round .carousel-control{display: none;}
/*控制图片加大*/
.bs-slider > .carousel-inner > .item ,.bs-slider > .carousel-inner > .item > a  { margin: auto;}
.bs-slider > .carousel-inner > .item > img,.bs-slider > .carousel-inner > .item > a > img {
margin: auto;width: 100% !important;}
	
}

@media  (max-width: 480px) {
	
.indicators-line > .carousel-indicators{display: none;}

.slide-text { top: 15%; width: 100%; padding: 0px 10px; }
.slide-text > h1 {font-size: 22px;line-height: 30px;margin-bottom: 10px;}
.slide-text .slide_p1{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.slide-text .slide_p2{font-size: 13px;line-height:inherit;margin-bottom: 10px;}
.slide-text > a.btn-more{font-size: 12px; line-height: 15px; z-index: 99; margin-right: 10px; text-align: center; padding: 5px 20px 5px 20px;}
	
/*控制图片加大*/
.bs-slider > .carousel-inner > .item ,.bs-slider > .carousel-inner > .item > a  { margin: auto;}
.bs-slider > .carousel-inner > .item > img,.bs-slider > .carousel-inner > .item > a > img {
margin: auto;width: 100% !important;}
}






